ImageObject.this

Undocumented in source.
  1. this(Impl* instance)
    class ImageObject(Impl)
    @trusted
    this
    ()
    (
    Impl* instance
    )
    if (
    is(Impl == struct) &&
    isUnsigned!(ImageIndexType!Impl)
    &&
    (ImageIndexType!Impl).sizeof <= (void*).sizeof
    )
  2. this(size_t width, size_t height, shared(ISharedAllocator) allocator)
  3. this(size_t width, size_t height, IAllocator allocator)

Meta